/* Ling Height*/
/* Line Widget Width */
/* Line Widget Margin */
/* Element Height */
/* Element Height Within Border */
/* Element In Grid Height */
/* Element In Grid Width */
.border-visi {
  border-top: 1px #EEEEEE solid;
  border-left: 1px #EEEEEE solid;
  border-bottom: 1px #E0E0E0 solid;
  border-right: 1px #E0E0E0 solid;
}
.border-visi-re {
  border-bottom: 1px #EEEEEE solid;
  border-right: 1px #EEEEEE solid;
  border-top: 1px #E0E0E0 solid;
  border-left: 1px #E0E0E0 solid;
}
.scale-fade-0 {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.scale-fade-1 {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.transition-on {
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.transition-li {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.anti-aliasing {
  -webkit-transform: scale(0.99999);
  -moz-transform: scale(0.99999);
  -ms-transform: scale(0.99999);
  transform: scale(0.99999);
}
.transition-on-color {
  transition: color ease-in 0.2s;
}
.gradient-bg {
  background-image: -webkit-gradient(linear, top left, bottom left, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.05)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
}
.spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
body {
  position: relative;
  min-width: 1200px;
}
.clearfix {
  /* 触发 hasLayout */
  zoom: 1;
}
.clearfix:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
/*头部*/
.headerTop {
  width: 100%;
  background-color: #4184bb;
}
.headerTop * {
  padding: 0;
  margin: 0;
  border: none;
}
.headerTop a {
  text-decoration: none;
}
.headerTop .content {
  color: #ffffff;
  width: 1200px;
  margin: 0 auto;
  line-height: 52px;
  font-size: 14px;
}
.headerTop .content .my-slh {
  border-radius: 6px;
  background-color: #dd0900;
  width: 110px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}
.headerTop .content .right a,
.headerTop .content .right div {
  display: inline-block;
  color: #ffffff;
  margin-left: 24px;
}
.headerTop .content .right img {
  display: inline-block;
  margin-right: 4px;
  vertical-align: -3px;
}
.headerTop .content .right .ipv img {
  margin-right: 0;
  vertical-align: middle;
}
.headerTop .content .phone {
  cursor: pointer;
  position: relative;
}
.headerTop .content .phone .sjbewm {
  position: absolute;
  left: -40px;
  z-index: 2;
  display: none;
  top: 30px;
  width: 100px;
  height: 100px;
}
.letter-header {
  width: 100%;
  position: relative;
  height: 214px;
  background-color: #f8f8f8;
  border-bottom: 1px #E0E0E0 solid;
}
.letter-header .center {
  width: 1000px;
  height: 214px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -500px;
}
.gd-logo {
  width: 471px;
  height: 127px;
  position: absolute;
  top: 16px;
  left: 0;
  background-image: url(../img/gdlogo.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
.gd-navi-bar {
  width: 100%;
  height: 51px;
  position: absolute;
  bottom: 16px;
  left: 0;
}
.gd-home {
  display: block;
  width: 67px;
  height: 51px;
  float: left;
  background-image: url(../img/gdhome.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
.gd-navi {
  display: block;
  width: 155px;
  height: 51px;
  line-height: 51px;
  font-size: 20px;
  color: #616161;
  float: left;
  text-decoration: none;
  text-align: center;
}
.gd-navi:hover {
  color: #fff;
  background-color: #2a6aa7;
}
.gd-navi.cur {
  color: #fff;
  background-color: #2a6aa7;
}
.footnav a {
  color: #333;
}
.footnav {
  width: 950px;
  margin: 0 auto;
}
.footer {
  display: none;
}
.gov-foot {
  padding-top: 20px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  padding-bottom: 50px;
  color: #666;
}
.gov-foot .gov-foot-tools {
  border-top: 3px solid #299DE0;
  padding: 10px 0px 10px 0px;
  font-size: 14px;
  color: #eee;
}
.gov-foot .gov-foot-tools a,
.gov-foot .gov-foot-tools a:visited {
  display: inline-block;
  width: 100px;
  height: 20px;
  text-decoration: none;
}
.gov-foot .gov-foot-tools a:hover {
  background-color: #299DE0;
  color: #FFF;
}
.gov-foot .gov-foot-desc a {
  font-weight: bold;
}
.head {
  width: 100%;
  height: 360px;
  background: url(../img/n_banner_bg.jpg) repeat-x;
  position: relative;
  background-color: #5292c6;
}
.head.normal {
  overflow: hidden;
}
.head * {
  font-size: 18px;
  margin: 0;
  border: none;
  box-sizing: border-box;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.head .headCon {
  width: 1200px;
  margin: 0 auto;
  background: url(../img/n_banner.jpg) no-repeat;
  position: relative;
  overflow: hidden;
}
.head .headCon .icon-ipv6 {
  position: absolute;
  top: 25px;
  right: 0;
  width: 96px;
  height: 20px;
  display: inline-block;
  background-image: url('../img/ipv.png');
  background-repeat: no-repeat;
}
.head .search {
  width: 471px;
  height: 42px;
  background: url(../img/n_search.png) no-repeat;
  margin: 230px auto 0 auto;
}
.head .search input[type=text] {
  width: 415px;
  height: 33px;
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  margin: 5px 0 0 3px;
  padding-left: 10px;
  outline: none;
  line-height: 33px;
}
.head .search button[type=submit] {
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  vertical-align: bottom;
  cursor: pointer;
}
.head .dh {
  width: 1200px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  margin: 28px auto 0 auto;
  /* background: url(../images/dh.png) no-repeat left center; */
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
}
.head.page-header {
  position: relative;
}
.head.page-header .hd-ft-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #5292c6;
}
.head.page-header .dh {
  margin-top: 0;
}
.head .dh .sy img {
  vertical-align: middle;
  display: block;
  margin: 18px auto;
}
.head .dh .btnn {
  float: left;
  width: 199px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.head .dh .btnn:hover {
  background-color: #2f6ea2;
}
.head .sy.btnn:hover {
  background-color: transparent;
}
.head .dh .shu {
  width: 1px;
  height: 15px;
  background-color: #fff;
  float: left;
  margin-top: 28px;
}
.head .dh a {
  color: #fff;
}
.head .dh a:hover {
  color: #fff;
  text-decoration: none;
}
.foot {
  width: 100%;
  background-color: #F2F2F2;
  border-top: solid 2px #e8e8e8;
  margin-top: 25px;
}
.foot * {
  box-sizing: border-box;
  font-family: 微软雅黑, serif;
}
.foot .Links {
  width: 1200px;
  height: 57px;
  line-height: 57px;
  margin: 0 auto;
  border-bottom: solid 2px #e8e8e8;
}
.foot .linkCon {
  color: #444444;
  font-size: 14px;
}
.foot .shu {
  width: 1px;
  height: 22px;
  background-color: #e2e2e2;
  margin: 0 16px;
  display: inline-block;
  _zoom: 1;
  _display: inline;
  vertical-align: middle;
}
.foot button[type=button] {
  height: 57px;
  line-height: 57px;
  background: none;
  font-weight: bolder;
  font-size: 14px;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  border: none;
}
.foot button[type=button] a {
  color: #e64242 !important;
  font-weight: normal;
}
.foot .linkCon select {
  height: 28px;
  outline: none;
  border: none;
  background: none;
  vertical-align: middle;
  color: #444444;
  font-size: 14px;
}
.foot #gjbw {
  width: 122px;
}
.foot #sqszf {
  width: 122px;
}
.foot #zgajg {
  width: 122px;
}
.foot #szf {
  width: 122px;
}
.foot #sxzf {
  width: 122px;
}
.foot #qtwz {
  width: 80px;
}
.foot #zyxwz {
  width: 122px;
}
.foot .info {
  width: 1200px;
  height: 155px;
  line-height: 155px;
  margin: 25px auto 30px auto;
  overflow: hidden;
  position: relative;
}
.foot .info-itm {
  height: 100%;
  vertical-align: top;
  background-color: #EAEAEA;
  display: inline-block;
  _zoom: 1;
  _display: inline;
}
.foot .zficon {
  width: 334px;
}
.foot .zficon .jiucuo,
.foot .zficon .ideConac {
  display: inline-block;
  _zoom: 1;
  _display: inline;
  vertical-align: middle;
  margin-left: 47px;
  line-height: 1;
}
.foot .wzinfo {
  width: 283px;
  margin-left: 0px;
}
.foot .wzinfo-itm {
  width: 283px;
  height: 51px;
  line-height: 51px;
  color: #444;
  font-size: 14px;
  padding-left: 20px;
}
.foot .wzinfo-itm.active {
  color: #111;
  font-weight: bold;
  background-color: #E5E5E5;
}
.foot .wzinfo-itm p {
  line-height: 5px;
  padding-top: 18px;
}
.foot .xmtjz .wzinfo-itm {
  height: 53px;
  border-bottom: 3px solid #F2F2F2;
  cursor: pointer;
}
.foot .xmtjz .wzinfo-itm img {
  width: 23px;
  height: 23px;
  display: inline-block;
  _zoom: 1;
  _display: inline;
  vertical-align: middle;
  margin-right: 15px;
}
.foot .copyright {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #e2e2e2;
  font-size: 12px;
  color: #777;
}
.foot .floatPanel {
  position: absolute;
  top: 420px;
  right: 0;
}
.foot .fp-itm {
  margin: 3px 0;
}
.foot .fp-itm1 {
  position: absolute;
  top: 110px;
  left: -22px;
  opacity: 0;
}
.foot .con {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.foot .clear {
  clear: both;
}
.foot .show {
  display: block;
}
.foot .tpl {
  display: none;
}
.foot .hide {
  display: none;
}
.foot .left {
  float: left;
}
.foot .right {
  float: right;
}
.foot a {
  color: #444;
  color: inherit;
  text-decoration: none;
}
.foot .QrCode {
  width: 156px;
  height: 156px;
  position: absolute;
  top: 0;
  right: 257px;
  cursor: pointer;
}
.foot .QrCode img {
  width: 156px;
  height: 156px;
}
.floatPanel {
  position: absolute;
  top: 420px;
  right: 0;
  z-index: 9999;
}
.fp-itm {
  margin: 3px 0;
}
.fp-itm1 {
  position: absolute;
  top: 110px;
  left: -22px;
  opacity: 0;
}
.hdjl_p1 {
  margin-top: 38px;
}
.hudongjiaoliu {
  background: #2f6ea2;
}
.commentList {
  width: 394px;
  height: 166px;
  position: absolute;
  left: 6%;
  bottom: 18px;
}
.commentList .commentTitle {
  margin-bottom: 8px;
}
.commentList .commentTitle a {
  color: white;
  font-size: 20px;
  font-weight: bold;
}
.commentList .commentTitle a:hover {
  text-decoration: none;
}
.commentList .commentArticles li .dot {
  width: 6px;
  height: 6px;
  background-color: white;
  float: left;
  margin: 13px 12px 0 0;
}
.commentList .commentArticles li {
  line-height: 34px;
  width: 368px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
}
.commentList .commentArticles li a {
  color: white;
  font-size: 17px;
  width: 368px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.szxx .commentBtn {
  position: absolute;
  right: 40px;
  top: 56%;
  width: 144px;
  height: 50px;
}
.rightBlock1 {
  width: 180px;
  height: 260px;
  background: url(images/onlineconsult.jpg) no-repeat;
  float: left;
  position: relative;
  margin-left: 8px;
}
.rightBlock1 .consultBtn {
  position: absolute;
  top: 56%;
  left: 18px;
}
.rightBlock2 {
  width: 180px;
  height: 260px;
  background: url(images/onlinereport2.jpg) no-repeat;
  float: left;
  position: relative;
  margin-left: 8px;
}
.rightBlock2 .reportBtn {
  position: absolute;
  top: 56%;
  left: 18px;
}
.rightBlock3 {
  width: 180px;
  height: 260px;
  background: url(images/onlinecomplain.jpg) no-repeat;
  float: left;
  position: relative;
  margin-left: 8px;
}
.rightBlock3 .complainBtn {
  position: absolute;
  top: 56%;
  left: 18px;
}
.szxx .mayor {
  width: 185px;
  height: 32px;
  display: block;
  position: absolute;
  left: 35%;
  top: 24px;
}
.hdjl_p2 {
  margin-top: 30px;
}
.wrap_1 .btn a:hover {
  text-decoration: none;
}
.fp1 span {
  background: url(../img/floatIcon_1_change.png) no-repeat;
  width: 52px;
  height: 52px;
  display: block;
}
.fp1 span:hover {
  background: url(../img/floatIcon_1_selected_blue.png) no-repeat;
  cursor: pointer;
}
.fp2 span {
  background: url(../img/floatIcon_2_change.png) no-repeat;
  width: 52px;
  height: 52px;
  display: block;
}
.fp2 span:hover {
  background: url(../img/floatIcon_2_selceted_blue.png) no-repeat;
  cursor: pointer;
}
.fp3 a {
  background: url(../img/floatIcon_3.png) no-repeat;
  width: 52px;
  height: 52px;
  display: block;
}
.fp3 a:hover {
  background: url(../img/floatIcon_3_selected_blue.png) no-repeat;
  cursor: pointer;
}
.fp4 a {
  background: url(../img/floatIcon_4.png) no-repeat;
  width: 52px;
  height: 52px;
  display: block;
}
.fp4 a:hover {
  background: url(../img/floatIcon_4_selected_blue.png) no-repeat;
  cursor: pointer;
}
.fp5 a {
  background: url(../img/floatIcon_load1.png) no-repeat;
  width: 52px;
  height: 52px;
  display: block;
}
.fp5 a:hover {
  background: url(../img/floatIcon_load1_blue.png) no-repeat;
  cursor: pointer;
}
.fp5 a.logined {
  background: url(../img/floatIcon_load1_logined.png) no-repeat;
}
.fp5 a.logined:hover {
  background: url(../img/floatIcon_load1_blue_logined.png) no-repeat;
}
.fp5 a:hover {
  background: url(../img/floatIcon_load1_blue.png) no-repeat;
  cursor: pointer;
}
.fp6 span {
  background: url(../img/floatIcon_x.png) no-repeat;
  width: 52px;
  height: 52px;
  display: block;
}
.fp6 span:hover {
  background: url(../img/floatIcon_x_selected_blue.png) no-repeat;
  cursor: pointer;
}
.fp7 a {
  background: url(../img/floatIcon_5.png) no-repeat;
  width: 52px;
  height: 52px;
  display: block;
}
.fp7 a:hover {
  background: url(../img/floatIcon_5_selected_blue.png) no-repeat;
  cursor: pointer;
}
.codecontainer {
  position: absolute;
  top: 420px;
  right: 54px;
  z-index: 999;
  display: block;
  width: 273px;
  height: 318px;
}
.weibocode {
  float: right;
  width: 133px;
  height: 158px;
}
.weibocode img {
  width: 133px;
  height: 158px;
}
.wechatcode {
  width: 135px;
  height: 160px;
  float: right;
}
.wechatcode img {
  width: 135px;
  height: 160px;
}
.nonexist {
  display: none;
}
.copyright .right p {
  float: left;
  margin-left: 10px;
}
